Labels:text | screenshot | font | number | parallel | line OCR: One Exception and Done Exception MovesProcessing to Next Statement BEGIN BEGIN DELETE DELETE FROM table1; FROM table1; EXCEPTION DELETE WHEN OTHERS THEN NULL; FROM table2; END; EXCEPTION BEGIN END: DELETE FROM table2; EXCEPTION WHEN OTHERS THEN NULL ; END; Figure 10: Two approaches to sequential DELETE statements.